projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5b7c8e
)
(WoMan-log-1): Make the log buffer writable. From
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 29 Jan 2001 16:24:24 +0000
(16:24 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 29 Jan 2001 16:24:24 +0000
(16:24 +0000)
Markus Rost <rost@math.ohio-state.edu>.
lisp/woman.el
patch
|
blob
|
history
diff --git
a/lisp/woman.el
b/lisp/woman.el
index e98ab8255aaae10de14f600f0e9603583a16b1f8..1a3d7e8b75c10db03398204926a1c7a38611e11e 100644
(file)
--- a/
lisp/woman.el
+++ b/
lisp/woman.el
@@
-4411,6
+4411,7
@@
If optional argument END is non-nil then make buffer read-only after
logging the message."
(save-excursion
(set-buffer (get-buffer-create "*WoMan-Log*"))
+ (setq buffer-read-only nil)
(goto-char (point-max))
(or end (insert " ")) (insert string "\n")
(if end